-
Notifications
You must be signed in to change notification settings - Fork 11.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: Message count is not changing after removing channel selection #30799
Conversation
🦋 Changeset detectedLatest commit: 99bec23 The changes in this PR will be included in the next version bump. This PR includes changesets to release 30 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## develop #30799 +/- ##
===========================================
+ Coverage 56.72% 57.79% +1.06%
===========================================
Files 883 1753 +870
Lines 19990 33631 +13641
Branches 3689 6878 +3189
===========================================
+ Hits 11340 19436 +8096
- Misses 7956 12682 +4726
- Partials 694 1513 +819
Flags with carried forward coverage won't be shown. Click here to find out more. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The reactivity in the front end is broken, after removing Channels/Users selection the message count it still not updating and navigating with the tabs the channel/ users selection resets with the initial value.
Proposed changes (including videos or screenshots)
messages
prop on the IImportFileData.ts:messages: Array<Pick<IImportMessage, '_id' | 'rid' | 'u'>>;
Issue(s)
WM-123
Steps to test or reproduce
Steps to reproduce:
Expected Behavior:
The number of messages should change after removing some channels (with messages) from the selection
Actual Behavior:
The number is fixed
Further comments